Docs.rs
tuple_utils-0.3.0
tuple_utils 0.3.0
Docs.rs crate page
Apache-2.0/MIT
Links
Repository
crates.io
Source
Owners
csherratt
kvark
Dependencies
Versions
57.14%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate tuple_utils
Version 0.3.0
All Items
Traits
?
Crate
tuple_utils
source
·
[
−
]
Expand description
A simple set of utility traits for working with tuples
Traits
Append
Helper trait to allow Appending of tuples
Merge
Helper trait that allow for merging of tuples
Prepend
Helper trait to allow Perpending of tuples
Split
Tries to split a tuple into two tuples if the tuple is odd sized the Right side will contain the extra element